home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ECHO This command resets PC-Proof if PC-Proof did not quit normally.
- ECHO You must make sure that PC-Proof is not being used before using RESET!
- ECHO You must switch to the directory where PC-Proof is installed.
- pause
- if NOT exist PCPROOF.EXE goto error
- del PCPROOF.net
- ECHO PC-Proof has been reset.
- goto END
- :error
- ECHO ERROR - PC-Proof was not reset, switch to the PC-Proof directory.
- :end